home *** CD-ROM | disk | FTP | other *** search
- Path: charm.il.ft.hse.nl!not-for-mail
- From: robert@il.ft.hse.nl (Robert Klep)
- Newsgroups: comp.lang.c
- Subject: Re: && operator question
- Date: 15 Feb 1996 11:09:33 +0100
- Organization: LSD...melts in your mind, not in your hand
- Message-ID: <4fv0ot$ig2@charm.il.ft.hse.nl>
- References: <4fu69a$b7e@sphinx.Gsu.EDU>
- NNTP-Posting-Host: charm.il.ft.hse.nl
-
- gs01maj@panther.Gsu.EDU (Matthew A Johnson):
- >if(expression1 && expression2)
- > some statement;
- >My question is, if expression1 is false will expression2 get evaluated at
- >all?
-
- No, it won't.
-
- robert
-